home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_28994.txt < prev    next >
Text File  |  1989-09-27  |  7KB  |  321 lines

  1. -- card: 28994 from stack: in
  2. -- bmap block id: 31166
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Save As DBOX
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=215 top=67 right=86 bottom=300
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: folder
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   show card field popupFolder
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   hide card field popupFolder
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=166 top=89 right=187 bottom=349
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: list
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   show card field popupList
  46. end mouseDown
  47.  
  48. on mouseUp
  49.   hide card field popupList
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=165 top=197 right=237 bottom=350
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: name
  66. ----- HyperTalk script -----
  67. on mouseDown
  68.   show card field popupDocument
  69. end mouseDown
  70.  
  71. on mouseUp
  72.   hide card field popupDocument
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=170 top=246 right=263 bottom=346
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: project
  89. ----- HyperTalk script -----
  90. on mouseDown
  91.   show card field popupProject
  92. end mouseDown
  93.  
  94. on mouseUp
  95.   hide card field popupProject
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 7 (button)
  101. -- low flags: 00
  102. -- high flags: 2000
  103. -- rect: left=373 top=90 right=103 bottom=430
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: drive
  112. ----- HyperTalk script -----
  113. on mouseDown
  114.   show card field popupDrive
  115. end mouseDown
  116.  
  117. on mouseUp
  118.   hide card field popupDrive
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 8 (button)
  124. -- low flags: 00
  125. -- high flags: 2000
  126. -- rect: left=365 top=115 right=237 bottom=445
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: buttons
  135. ----- HyperTalk script -----
  136. on mouseDown
  137.   show card field popupButtons
  138. end mouseDown
  139.  
  140. on mouseUp
  141.   hide card field popupButtons
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 9 (field)
  147. -- low flags: 01
  148. -- high flags: 2002
  149. -- rect: left=20 top=53 right=88 bottom=134
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 0
  153. -- font id: 3
  154. -- text size: 10
  155. -- style flags: 0
  156. -- line height: 13
  157. -- part name: Inbox
  158.  
  159.  
  160. -- part 10 (field)
  161. -- low flags: 81
  162. -- high flags: 2004
  163. -- rect: left=16 top=99 right=254 bottom=130
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 0
  167. -- font id: 3
  168. -- text size: 10
  169. -- style flags: 0
  170. -- line height: 13
  171. -- part name: popupFolder
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   hide card field "popupFolder"
  175. end mouseUp
  176.  
  177.  
  178. -- part 11 (field)
  179. -- low flags: 81
  180. -- high flags: 2004
  181. -- rect: left=16 top=106 right=155 bottom=130
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 0 / 0
  184. -- text alignment: 0
  185. -- font id: 3
  186. -- text size: 10
  187. -- style flags: 0
  188. -- line height: 13
  189. -- part name: popupList
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   hide card field "popupList"
  193. end mouseUp
  194.  
  195.  
  196. -- part 12 (field)
  197. -- low flags: 81
  198. -- high flags: 2004
  199. -- rect: left=166 top=243 right=266 bottom=421
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 0
  203. -- font id: 3
  204. -- text size: 10
  205. -- style flags: 0
  206. -- line height: 13
  207. -- part name: popupDocument
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   hide card field "popupDocument"
  211. end mouseUp
  212.  
  213.  
  214. -- part 13 (field)
  215. -- low flags: 81
  216. -- high flags: 2004
  217. -- rect: left=156 top=107 right=236 bottom=358
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 0
  221. -- font id: 3
  222. -- text size: 10
  223. -- style flags: 0
  224. -- line height: 13
  225. -- part name: popupProject
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   hide card field "popupProject"
  229. end mouseUp
  230.  
  231.  
  232. -- part 14 (field)
  233. -- low flags: 81
  234. -- high flags: 2004
  235. -- rect: left=361 top=116 right=156 bottom=449
  236. -- title width / last selected line: 0
  237. -- icon id / first selected line: 0 / 0
  238. -- text alignment: 0
  239. -- font id: 3
  240. -- text size: 10
  241. -- style flags: 0
  242. -- line height: 13
  243. -- part name: popupDrive
  244. ----- HyperTalk script -----
  245. on mouseUp
  246.   hide card field "popupDrive"
  247. end mouseUp
  248.  
  249.  
  250. -- part 15 (field)
  251. -- low flags: 81
  252. -- high flags: 2004
  253. -- rect: left=160 top=89 right=246 bottom=355
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 0
  257. -- font id: 3
  258. -- text size: 10
  259. -- style flags: 0
  260. -- line height: 13
  261. -- part name: popupButtons
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   hide card field "popupButtons"
  265. end mouseUp
  266.  
  267.  
  268. -- part contents for card part 9
  269. ----- text -----
  270. Press any element for details.
  271.  
  272. -- part contents for card part 10
  273. ----- text -----
  274. Name of the disk or folder containing the files listed below.
  275.  
  276. Press to see the hierarchy of files.
  277.  
  278. Drag to display a different level.
  279.  
  280.  
  281. -- part contents for card part 11
  282. ----- text -----
  283. Double-click a document or folder you want to open.
  284.  
  285.  
  286. -- part contents for card part 12
  287. ----- text -----
  288. You can enter a different document name here.
  289.  
  290.  
  291. -- part contents for card part 13
  292. ----- text -----
  293. Select Project to save the document as a normal document.
  294.  
  295. Select Stationery to save the document as a template. This is useful if you have standard settings 
  296. (such as calendar work times) and even standard tasks that you use again and again.
  297.  
  298. -- part contents for card part 14
  299. ----- text -----
  300. Current disk drive.
  301.  
  302.  
  303.  
  304. -- part contents for card part 15
  305. ----- text -----
  306. Click Eject to remove the disk from the current drive if you want to insert a different disk.
  307.  
  308. Click Drive to switch drives.
  309.  
  310. Click Save to save your document in the current folder on the current disk.
  311.  
  312. Click Cancel to cancel the command.
  313.  
  314.  
  315. -- part contents for background part 30
  316. ----- text -----
  317. The File Menu
  318.  
  319. -- part contents for background part 31
  320. ----- text -----
  321. Save As Dialog Box